projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30bf475
)
Minor doc fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Dec 2008 13:28:33 +0000
(13:28 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Dec 2008 13:28:33 +0000
(13:28 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 81fb70a17fd5a979daad24d0462cdafb0cf99038..a7759cf897e212451928a9bf24de9967e253052e 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-5790,8
+5790,8
@@
DEFUN ("window-text-height", Fwindow_text_height, Swindow_text_height,
doc: /* Return the height in lines of the text display area of WINDOW.
WINDOW defaults to the selected window.
-The return value does n
either include the mode line or header line, if
-any
, nor any
partial-height lines in the text display area. */)
+The return value does n
ot include the mode line, any header line, nor
+any partial-height lines in the text display area. */)
(window)
Lisp_Object window;
{